projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1182d21
)
(max_specpdl_size): Add declaration.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Dec 2001 00:13:56 +0000
(
00:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Dec 2001 00:13:56 +0000
(
00:13
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 31b2cc801069dd16536652d8f719f42429c9237a..7251274098bdc3b84edd96476354cfc8b2caae64 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1653,6
+1653,8
@@
extern struct specbinding *specpdl;
extern struct specbinding *specpdl_ptr;
extern int specpdl_size;
+extern EMACS_INT max_specpdl_size;
+
#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl)
/* Everything needed to describe an active condition case. */